home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ptimer13.zip / JR2400E.BAT < prev    next >
DOS Batch File  |  1991-01-30  |  265b  |  20 lines

  1. CLS
  2. :BEGIN
  3. IF "%3"=="" GOTO :EXIT
  4. GOTO START
  5. :START
  6. d:ptimer.com /mode=start
  7. JMODEME.COM R2 %3 %4 %5 %6 %7 %8 %9
  8. if errorlevel 1 goto :skip
  9. d:ptimer.com /mode=rec/port=2/rate=2400/protocol=jmodem/file=%3
  10. :skip
  11. SHIFT
  12. GOTO :BEGIN
  13. :EXIT
  14.  
  15. 
  16. 
  17. 
  18. 
  19. 
  20.